home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000246_Petri_member@newsguy.com_Fri Apr 23 09:18:55 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn
  2. From: Petri <Petri_member@newsguy.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: FTP site-to-site transfers available in Kermit?
  5. Date: 22 Apr 2004 15:10:29 -0700
  6. Organization: Newsguy News Service [http://newsguy.com]
  7. Lines: 38
  8. Message-ID: <c69fsl0vsl@drn.newsguy.com>
  9. NNTP-Posting-Host: p-719.newsdawg.com
  10. X-Newsreader: Direct Read News 4.20
  11. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14963
  12.  
  13. Hi everyone, :)
  14.  
  15. Now that I'm comfortable with interfacing with Kermit from glftpd and connecting
  16. to other encrypted FTP-servers, I have started looking at the more important
  17. features requested, like file transfers.
  18.  
  19. I just recieved a late request for using site-to-site transfers. :/
  20. The reason is, that glftpd maintains indexes (which the SITE SEARCH command
  21. uses), and statistics for all transferred traffic.
  22. If I insert files into the local FTP-folders by other means than using the
  23. actual FTP-server, the server would need periodic reindexing, and traffic
  24. statistics would become incorrect.
  25.  
  26. If available, I would like to use the site-to-site method, by establishing
  27. control-sessions to both FTP-servers, and instructing them to send files between
  28. eachother.
  29.  
  30. This is mentioned in RFC959, section 3.2:
  31. "It is possible for the user to specify an alternate data port by
  32. use of the PORT command.  The user may want a file dumped on a TAC
  33. line printer or retrieved from a third party host.  In the latter
  34. case, the user-PI sets up control connections with both
  35. server-PI's.  One server is then told (by an FTP command) to
  36. "listen" for a connection which the other will initiate.  The
  37. user-PI sends one server-PI a PORT command indicating the data
  38. port of the other.  Finally, both are sent the appropriate
  39. transfer commands."
  40.  
  41. Is this feature available in C-Kermit?
  42.  
  43. If not, I'll have to collect files from the remote hosts to a local temp folder,
  44. and then do a second session against localhost to insert the files into the
  45. local site.
  46. Not a biggie, but if I could avoid it, I would. :)
  47.  
  48.  
  49. Petri
  50.